home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / global-one-water.swf / scripts / frame_2 / DoAction_3.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  308 b   |  13 lines

  1. stop();
  2. if(!gameInited)
  3. {
  4.    SO.init(this,"mym",onExternalInit);
  5.    onExternalInit();
  6.    _global.sndMan = new SoundManager(this);
  7.    _global.music = sndMan.newSound("music");
  8.    _global.music.volume = 0;
  9.    _global.music.start(0,999999999);
  10.    _global.music.fadeTo(35,5);
  11.    gameInited = true;
  12. }
  13.